Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# Tutorial
1) 2D Graphics
2) ADO Net
3) Assembly
4) Attribute
5) Class
6) Data Type
7) Date Time
8) Delegate
9) Design Patterns
10) Development
11) Directory Services
12) File Directory Stream
13) Generic
14) GUI Windows Forms
15) Internationalization
16) Language Basics
17) LINQ
18) Network
19) Operator
20) Operator Overload
21) Preprocessing Directives
22) Reflection
23) Regular Expression
24) Security
25) Statement
26) String
27) Struct
28) Thread
29) Unsafe
30) WCF
31) Windows
32) Workflow
33) WPF
34) XML
35) XML LINQ
Regular Expression
1) [^o] Match any character that is not an o
2) [A-Z] Match any uppercase character from A to Z
3) B Match a word boundary
4) Capture Collection
5) Create regex to search for IP address pattern
6) Create regex to search for IP address pattern 2
7) Create the compiled regular expression into assembly
8) Do a replace using the Regex
9) Extracting groups from money matches
10) Get Group in a match
11) Get matched parts
12) Get named group from Match
13) Match a phone number
14) Match Group Value
15) Match index and value
16) Match phone numbers
17) Match words that contain any letters in the range b through d
18) Match words that contain k or f
19) Match words that contain the pattern ai
20) Match words that contain the pattern ai or ie
21) Match words that contain two consecutive identical characters
22) Match words that contain u
23) Match words that start with s
24) Match words that start with s and end with e
25) Matching money
26) Name a Regex group
27) New Regex(((
28) New Regex(((abc)(xyz))) 2
29) New Regex(([^]+)[^](1)
30) New Regex((^d)^d+$^D+$)
31) New Regex((abc)(xyz)) 1
32) New Regex((abc))x(1)
33) New Regex((abc)abc((abcd)z)bc)
34) New Regex([^]+[^][^]+)
35) New Regex(^d+$) 3
36) New Regex(^d+$n+, RegexOptions Multiline)
37) New Regex(^d+) 1
38) New Regex(d+$) 2
39) Next Match
40) Regex for Email
41) RegEx Group
42) Regex Replace
43) RegEx Split
44) Regular Expresion Part
45) Regular Expression
46) Return true if strIn is in valid e-mail format
47) Reverse
48) S Match a white-space character
49) Social-security-number matching
50) Strip HTML start and end tags from each string if they are present
51) Th Match the literal characters th
52) Use Regex to validate your input
53) Use Regular Expressions to split string
54) Using Match Collection
55) Using RegEx
56) W Match zero or more word characters
57) W+ Match one or more word characters